From: Claudio Cambra Date: Wed, 5 Feb 2025 07:45:49 +0000 (+0800) Subject: shell_integration/macOS/FileProviderUIExt: Use valid NKError description property X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~90^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bfe9a970b340d300d3a7c1cd7e20966f487578a4;p=nextcloud-desktop.git shell_integration/macOS/FileProviderUIExt: Use valid NKError description property Signed-off-by: Claudio Cambra --- diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift index 0987cd728..5687a6d19 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift @@ -43,7 +43,7 @@ class ShareeSuggestionsDataSource: SuggestionsDataSource { defer { continuation.resume(returning: sharees ?? []) } guard error == .success else { Logger.shareeDataSource.error( - "Error fetching sharees: \(error.description, privacy: .public)" + "Error fetching sharees: \(error.errorDescription, privacy: .public)" ) return }